Creating new function wgOutput->showLogs and including new information on viewing...
authorTobias <churchofemacs@users.mediawiki.org>
Sun, 13 Sep 2009 02:07:21 +0000 (02:07 +0000)
committerTobias <churchofemacs@users.mediawiki.org>
Sun, 13 Sep 2009 02:07:21 +0000 (02:07 +0000)
commit1c676f6a63258698fe3302663b375ddb9c032e79
tree77cb30f98711705e34ebb23267b3021c2bff5e8a
parent208c4f16e7ebb80aaa59059b4cc09da71406b02a
Creating new function wgOutput->showLogs and including new information on viewing non-existant user pages. In detail:
Instead of copy&pasting the code in different files, there is now one function for showing logs.
This function is currently used for:
* Article and EditPage: Show deletion / move log
* Article: Show rename log on user(talk)pages (NEW in this revision)
* SpecialContributions: Show block log for blocked users
(Note: I removed the condition "log_action != 'revision'". AFAIK it isn't needed, log lists are checked for permission somewhere)

Additionally, on user (talk) pages a note is displayed, if the user does not exist.
RELEASE-NOTES
includes/Article.php
includes/EditPage.php
includes/OutputPage.php
includes/specials/SpecialContributions.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc